type os.rootFS (struct) Method Implmentations Open(name string) (fs.File, error) *rootFS.M : io/fs.FS.Open *rootFS.M : io/fs.ReadDirFS.Open *rootFS.M : io/fs.ReadFileFS.Open *rootFS.M : io/fs.StatFS.Open ReadDir(name string) ([]DirEntry, error) *rootFS.M : io/fs.ReadDirFS.ReadDir ReadFile(name string) ([]byte, error) *rootFS.M : io/fs.ReadFileFS.ReadFile Stat(name string) (FileInfo, error) *rootFS.M : io/fs.StatFS.Stat
Method Implmentations Open(name string) (fs.File, error) *rootFS.M : io/fs.FS.Open *rootFS.M : io/fs.ReadDirFS.Open *rootFS.M : io/fs.ReadFileFS.Open *rootFS.M : io/fs.StatFS.Open ReadDir(name string) ([]DirEntry, error) *rootFS.M : io/fs.ReadDirFS.ReadDir ReadFile(name string) ([]byte, error) *rootFS.M : io/fs.ReadFileFS.ReadFile Stat(name string) (FileInfo, error) *rootFS.M : io/fs.StatFS.Stat
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)